home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / E / PlayTHX / PlayTHX.readme < prev    next >
Encoding:
Text File  |  1997-10-07  |  1.3 KB  |  33 lines

  1. Short: Play THX and THX2 modules.
  2. Author: Dexter/Abyss, Kyzer/CSG
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type: dev/e
  5.  
  6. This  is  a lovely E interface to the replayer binary of THX2, in 68000 and
  7. 68020 flavours. Also included are autodocs, a few test THX modules, example
  8. example CLI and GUI player programs, and a mini-FAQ.
  9.  
  10. This is the fourth release, if it doesn't work by now then you are probably
  11. trying to play THX samples (G. Lucas) than THX modules (D/. Abyss). Desist.
  12.  
  13. Changes since previous release:
  14. - thxInit(NIL) didn't work as planned. Fixed
  15. - thxStop() didn't reset mod to beginning. Fixed (even remembers song)
  16. - thxSetSong() didn't work (wrong <cc> in sanity check). Fixed
  17. - documentation improved.
  18.  
  19. Functions in the thx-play interface:
  20.   thxInit() -- initialise player and module.
  21.   thxFree() -- free resources held by player.
  22.   thxPlay() -- start playing the song.
  23.   thxStop() -- stop playing a song/module.
  24.   thxPause() -- pause play of a song.
  25.   thxWind() -- wind the song forward or back.
  26.   thxSetSong() -- set song to be played.
  27.   thxGetNumSongs() -- get number of subsongs.
  28.   thxSetVolume() -- set master volume.
  29.   thxGetVolume() -- get master volume.
  30.   thxSyncByte() -- get sync byte value.
  31.   thxSongEnded() -- detect if song has ended.
  32.   thxSignalEnd() -- Signal() when song ends.
  33.